fun doubleIt1(i: Int): Int = i * 2 fun func1(i: Int): Int = doubleIt1(i)
Experiment with this code on Gitpod.io or as a Kotlin Playground
⬅ Back